Tag Archives: AJAX

Difference between MySql drop table, truncate table,

Apr 07, 2014

DROP command is used for deleting the table and its structure from the data base.Use this command when you don’t need that table any more…

Read more

Drawbacks Of Using Ajax

Oct 07, 2013

Hi all today we are going to what are the drawbacks of using Ajax . AJAX(Asynchronous JavaScript And XML) is nothing but a technique which..

Read more

Create a CSV file using PHP/MYSQL

Sep 16, 2013

As we know that CSV files are one of the most used way to back-up mysql database and tables. However it is very simple to..

Read more

Top 5 Ajax online tutorial websites

Jun 24, 2013

If you like to learn about Ajax there are many tutorial websites in online here i have listed some websites which was best for learning..

Read more

How to add jQuery to your website

Jun 19, 2013

jQuery : jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax..

Read more

How to call php functions

Jul 23, 2012

Perhaps you have learned the basics of writing PHP scripts. But sometimes your code may be long and recurring. PHP functions are a flexible and..

Read more